From: Miles Bader Date: Wed, 3 Jul 2002 07:03:51 +0000 (+0000) Subject: (header-line): Suppress inverse-video on ttys. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~56429 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=50e7b8db94e2a9a1afffbd3a571c7da5a8304baa;p=emacs.git (header-line): Suppress inverse-video on ttys. --- diff --git a/lisp/faces.el b/lisp/faces.el index 7271edeed15..2ee70a336d7 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -1820,7 +1820,8 @@ created." ;; highlighting; this may be too confusing in general, although it ;; happens to look good with the only current use of header-lines, ;; the info browser. XXX - :underline t) + :underline t + :inverse-video nil) (((class color grayscale) (background light)) :background "grey90" :foreground "grey20" :box nil)